Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static linking of uvlib #2

Closed
wants to merge 1 commit into from
Closed

Static linking of uvlib #2

wants to merge 1 commit into from

Conversation

naidu
Copy link

@naidu naidu commented Nov 18, 2017

Links the uv lib statically thereby creating an executable independent of uv lib dependency

@Bendr0id
Copy link
Owner

It will always link libuv, which shouldn't be the default. Please see my howto in the wiki.

You can just add -DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a which will also compile against static libuv.

https://github.com/Bendr0id/xmrigCC/wiki/Build-Debian%5CUbuntu#static-build
https://github.com/Bendr0id/xmrigCC/wiki/Build-RedHat%5CCentOS#static-build

@Bendr0id Bendr0id closed this Nov 18, 2017
Bendr0id pushed a commit that referenced this pull request Mar 2, 2018
Bendr0id pushed a commit that referenced this pull request Apr 16, 2018
@zaien zaien mentioned this pull request Oct 24, 2018
@tonyxjoseph tonyxjoseph mentioned this pull request Mar 14, 2019
@tonyxjoseph tonyxjoseph mentioned this pull request Sep 17, 2019
Bendr0id added a commit that referenced this pull request Dec 9, 2019
- Integrated RandomSFX algo (rx/sfx)
- Performance improvements for RandomX variants
- Fixed some cc connection problems
@Bendr0id Bendr0id mentioned this pull request Dec 11, 2019
Bendr0id added a commit that referenced this pull request Dec 18, 2019
Bendr0id added a commit that referenced this pull request Feb 11, 2020
Bendr0id added a commit that referenced this pull request Feb 11, 2020
Bendr0id added a commit that referenced this pull request Jul 12, 2021
* Added wownero solo mining (upstream 6.13.1) support
* Added support to start xmrigDaemon/Miner with nothing but `--cc-url` and `--cc-token` params to remote push the config
  * usage: `./xmrigDaemon --cc-url=ip:port --cc-token=yourSecretToken -c config.json`
* Added 'rig-id' column to the dasboard
* Applied security patches to fixed XSS vulnerabilities and a DoS/Server crashs generated by malicious clients/configs
  * Thanks to [@DLL_Cool_J](https://twitter.com/dll_cool_j) for the great research!
* Fixed host-header in CC-Client to have correct value (needed when using nginx as reverse proxy in front of the CC-Server) #358
Bendr0id added a commit that referenced this pull request Aug 26, 2021
Bendr0id added a commit that referenced this pull request Aug 26, 2021
* Added rx variant GRAFT algo (`rx/graft`)
* Fixed freeze in CC Server / CC communication
* Fixed --coin option algo detection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants